home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" standalone="yes"?>
- <xs:schema id="Demo" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xs:element name="Demo" msdata:IsDataSet="true" msdata:Locale="ru-RU">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element name="Country">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Name" type="xs:string" minOccurs="0" />
- <xs:element name="Capital" type="xs:string" minOccurs="0" />
- <xs:element name="Continent" type="xs:string" minOccurs="0" />
- <xs:element name="Area" type="xs:double" minOccurs="0" />
- <xs:element name="Population" type="xs:double" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- </xs:schema>